/* General page-classes */
.orange-hover:hover{
    background-color: #f79043;
    cursor:pointer;
    border-radius:10px;
}
.section-link{
    min-height:150px;
    padding:20px 0px;
    margin-bottom:20px;
}

.mico-block-link{
    min-height:80px;
    padding:20px 0px;
    margin-bottom:20px;
}

.mico-block-link:hover{
    background-color:rgba(255,255,255,0.2);  /* #f79043; */
    cursor:pointer;
    border-radius:10px;
}

.m-factor-symbol{
    position:absolute;
    width:100%;
    height:100%;
    z-index:0;
    background-image: url(/wp-content/themes/dart/mikko/images/symbol-m-factor-250.png);
    background-repeat: no-repeat;
    opacity:0.2;
    top:30px;
}


@media (max-width: 1000px) {
    .section-link{
        padding:10px 0px;
        min-height:100px;
    }

}

@media (max-width: 568px) {
    .section-link{
        padding:5px 0px;
        min-height:50px;
        margin-bottom:10px;
    }

    .m-factor-symbol{
        left:20%;

    }

}
